home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / amac40.zip / DSIZ.BAT < prev    next >
DOS Batch File  |  1991-04-22  |  467b  |  14 lines

  1. :                       DSIZ.BAT            April 22, 1991
  2. : To run this batch file anywhere, change /Edsiz.mac to . . .
  3. :          '/E[drive:]\[directory]dsiz.mac'
  4. : for actual dsiz.mac location
  5.  
  6. : %1 = drive, uses current drive if %1 is not specified
  7. : Requires dx.exe (Directory Extended) and q.exe in path
  8. : Change c:\ to desired dsiz.lst location
  9. :
  10. @ECHO OFF
  11. CLS
  12. DX.EXE %1\ //t/st:1/he:1/at:hsd-/ff/ca:l/out:c:\dsiz.lst
  13. Q.EXE c:\dsiz.lst /Edsiz.mac
  14.